home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP 1996 szeptember (CD07).zip / CHIP_CD07.ISO / povray30 / povmsdos.exe / POVMSDOS.ZIP / INCLUDE / STONEOLD.INC < prev    next >
Text File  |  1996-02-11  |  3KB  |  87 lines

  1. #ifdef(Stoneold_Inc_Temp)
  2. // do nothing
  3. #else
  4. #declare Stoneold_Inc_Temp = version
  5. #version 3.0
  6.  
  7. #ifdef(View_POV_Include_Stack)
  8. #   debug "including stoneold.inc\n"
  9. #end
  10.  
  11. /*
  12.  
  13.               Persistence of Vision Raytracer Version 3.0
  14.  
  15.                   Stone textures by Mike Miller  1992
  16.                Backwards-compatibility translation file.
  17.            Translates old texture names to new texture names.
  18.                      Use stones1.inc in the future.
  19.  
  20. */
  21.  
  22. #include "stones1.inc"
  23. #declare Grnt0   = texture { T_Grnt0   }
  24. #declare Grnt1   = texture { T_Grnt1   }
  25. #declare Grnt2   = texture { T_Grnt2   }
  26. #declare Grnt3   = texture { T_Grnt3   }
  27. #declare Grnt4   = texture { T_Grnt4   }
  28. #declare Grnt5   = texture { T_Grnt5   }
  29. #declare Grnt6   = texture { T_Grnt6   }
  30. #declare Grnt7   = texture { T_Grnt7   }
  31. #declare Grnt8   = texture { T_Grnt8   }
  32. #declare Grnt9   = texture { T_Grnt9   }
  33. #declare Grnt10  = texture { T_Grnt10  }
  34. #declare Grnt11  = texture { T_Grnt11  }
  35. #declare Grnt12  = texture { T_Grnt12  }
  36. #declare Grnt13  = texture { T_Grnt13  }
  37. #declare Grnt14  = texture { T_Grnt14  }
  38. #declare Grnt15  = texture { T_Grnt15  }
  39. #declare Grnt16  = texture { T_Grnt16  }
  40. #declare Grnt17  = texture { T_Grnt17  }
  41. #declare Grnt18  = texture { T_Grnt18  }
  42. #declare Grnt19  = texture { T_Grnt19  }
  43. #declare Grnt20  = texture { T_Grnt20  }
  44. #declare Grnt21  = texture { T_Grnt21  }
  45. #declare Grnt22  = texture { T_Grnt22  }
  46. #declare Grnt23  = texture { T_Grnt23  }
  47. #declare Grnt24  = texture { T_Grnt24  }
  48. #declare Grnt25  = texture { T_Grnt25  }
  49. #declare Grnt26  = texture { T_Grnt26  }
  50. #declare Grnt27  = texture { T_Grnt27  }
  51. #declare Grnt28  = texture { T_Grnt28  }
  52. #declare Grnt29  = texture { T_Grnt29  }
  53. #declare Grnt0a  = texture { T_Grnt0a  }
  54. #declare Grnt1a  = texture { T_Grnt1a  }
  55. #declare Grnt2a  = texture { T_Grnt2a  }
  56. #declare Crack1  = texture { T_Crack1  }
  57. #declare Crack2  = texture { T_Crack2  }
  58. #declare Crack3  = texture { T_Crack3  }
  59. #declare Crack4  = texture { T_Crack4  }
  60. #declare Stone1  = texture { T_Stone1  }
  61. #declare Stone2  = texture { T_Stone2  }
  62. #declare Stone3  = texture { T_Stone3  }
  63. #declare Stone4  = texture { T_Stone4  }
  64. #declare Stone5  = texture { T_Stone5  }
  65. #declare Stone6  = texture { T_Stone6  }
  66. #declare Stone7  = texture { T_Stone7  }
  67. #declare Stone8  = texture { T_Stone8  }
  68. #declare Stone9  = texture { T_Stone9  }
  69. #declare Stone10 = texture { T_Stone10 }
  70. #declare Stone11 = texture { T_Stone11 }
  71. #declare Stone12 = texture { T_Stone12 }
  72. #declare Stone13 = texture { T_Stone13 }
  73. #declare Stone14 = texture { T_Stone14 }
  74. #declare Stone15 = texture { T_Stone15 }
  75. #declare Stone16 = texture { T_Stone16 }
  76. #declare Stone17 = texture { T_Stone17 }
  77. #declare Stone18 = texture { T_Stone18 }
  78. #declare Stone19 = texture { T_Stone19 }
  79. #declare Stone20 = texture { T_Stone20 }
  80. #declare Stone21 = texture { T_Stone21 }
  81. #declare Stone22 = texture { T_Stone22 }
  82. #declare Stone23 = texture { T_Stone23 }
  83. #declare Stone24 = texture { T_Stone24 }
  84.  
  85. #version Stoneold_Inc_Temp
  86. #end
  87.